object updater: Tupdater Left = 249 Top = 209 BorderIcons = [biSystemMenu, biMinimize] BorderStyle = bsSingle Caption = 'Milo - aktualizacja oprogramowania' ClientHeight = 377 ClientWidth = 497 Color = clBtnFace Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poScreenCenter OnCloseQuery = FormCloseQuery OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 481 Height = 57 Caption = 'Wersja programu' TabOrder = 0 object Label1: TLabel Left = 8 Top = 20 Width = 46 Height = 13 Caption = 'Aktualna:' end object Label2: TLabel Left = 8 Top = 36 Width = 50 Height = 13 Caption = 'Dost'#281'pna:' end object ver_ac: TLabel Left = 72 Top = 20 Width = 24 Height = 13 Caption = '###' end object ver_av: TLabel Left = 72 Top = 36 Width = 24 Height = 13 Caption = '###' end end object GroupBox2: TGroupBox Left = 8 Top = 72 Width = 481 Height = 185 Caption = 'Historia wersji' TabOrder = 1 object his: TMemo Left = 8 Top = 20 Width = 465 Height = 157 Enabled = False Lines.Strings = ( 'Pobieranie informacji...') ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end end object GroupBox3: TGroupBox Left = 8 Top = 264 Width = 481 Height = 73 Caption = 'Aktualizacja' TabOrder = 2 object Label3: TLabel Left = 320 Top = 48 Width = 44 Height = 13 Caption = 'Pobrano:' end object download: TLabel Left = 420 Top = 48 Width = 50 Height = 13 Alignment = taRightJustify Caption = '0 kb / 0 kb' end object fileurl: TLabel Left = 8 Top = 48 Width = 24 Height = 13 Caption = '###' Font.Charset = EASTEUROPE_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object pb: TProgressBar Left = 8 Top = 24 Width = 465 Height = 15 TabOrder = 0 end end object start_update: TButton Left = 333 Top = 344 Width = 75 Height = 25 Caption = '&Aktualizuj' TabOrder = 3 OnClick = start_updateClick end object cancel: TButton Left = 413 Top = 344 Width = 75 Height = 25 Caption = '&Zamknij' TabOrder = 4 OnClick = cancelClick end object XPManifest1: TXPManifest Left = 8 Top = 344 end object milo_down: THTTPGet AcceptTypes = '*/*' Agent = 'Milo spam killer update' BinaryData = True UseCache = False WaitThread = False OnProgress = milo_downProgress OnDoneFile = milo_downDoneFile OnError = milo_downError Left = 40 Top = 344 end object his_down: THTTPGet AcceptTypes = '*/*' Agent = 'Milo spam killer update' BinaryData = False UseCache = False WaitThread = False OnDoneFile = his_downDoneFile OnError = his_downError Left = 72 Top = 344 end end